www.gusucode.com > 6KBBS ASP版 V7.1 > 6KBBS ASP版 V7.1\code\bbs\admin\Upload.asp

    <script>
if (top.location==self.location){
	top.location="index.asp"
}
</script>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../images/css.css">
</head>
<body leftmargin="0" topmargin="1" bgcolor="#F7F7F7">
<FORM METHOD="post" NAME="form1" ACTION="savetofile.asp" ENCTYPE="multipart/form-data">&nbsp;上传图片:<input type="file" name="file1" size="20">
	<input type="submit" value="上传" name="B1"></form>
</body>
</html>